home *** CD-ROM | disk | FTP | other *** search
- The attached files are the source code and related
- listings that appear in C Gazette, Vol. 5, No. 3.
- (Spring 1991).
-
- Unless otherwise marked all files are copyrighted
- by C Gazette. They may be used freely in executable
- form. The source may only be used as part of a
- larger program if the authorship and publication are
- explicitly acknowledged in the source code.
-
- It is our hope that users who support the idea
- of a code-intensive publication which makes its code
- freely available on BBS's and inexpensively available
- on disk will respect these copyrights.
-
- Other than that, have at 'em!
-
- Comments, queries, and request for subscription information
- should be directed to:
-
- C Gazette
- P.O. Box 70167
- Eugene OR 97401-0110
-
- (800) 234-0386
- (503) 746-0071 (FAX)
-
- ================= File Index =====================
- PALETTE.H | Marv Luse demonstration of how to access
- PALETTE.C | and modify EGA/VGA palettes.
- PALDEMO.C |
- PALDEMO.PAL |
-
- LEX.H | Allen Holub's code on Lex with several
- LEX.C | implementations of top-down parsers.
- NEWLEX.C |
- TOPDOWN.C |
- TOPDOWN2.C |
- TOPDOWN3.C |
-
- ARRAY.H | Bruce Eckel's code on dynamic memory
- ARRAY.C | allocation under C++.
- ARRAY.HPP |
- ARRAY.CPP |
- ARRTEST.CPP |
- NEW.CPP |
- OBJECT.HPP |
- OBJARRAY.CPP |
- TESTARRY.C |
-
- DYNARRAY.HPP | Tom Provenzano's code to dynamically
- DYNARRAY.CPP | resize hash tables in C++.
- DYNHASH.HPP |
- DYNHASH.CPP |
- DYNHASH.MKE |
- MAIN1.CPP |
-
- APPS.C | Thomas Siering's extensive code on
- OT.C | analyzing and dumping .obj records.
- OX.H |
- OX.C |
- SVC.C |
-
- 155,151 bytes of code.